home *** CD-ROM | disk | FTP | other *** search
/ PC Media 4 / PC MEDIA CD04.iso / share / udos / scr2com / makecom.bat < prev    next >
DOS Batch File  |  1990-06-20  |  225b  |  13 lines

  1. @echo off
  2. cls
  3. if %1. == . goto inerror
  4. if %2. == . goto outerror
  5. type %1
  6. scr2com %2 %3 %4 %5 %6 %7 %8 %9
  7. goto done
  8. :inerror
  9. echo No file specified to display
  10. :outerror
  11. echo No file specified for output .COM
  12. :done
  13.